home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / mdm-2.000 / mdm-2 / FAQ < prev    next >
Text File  |  1993-11-16  |  2KB  |  39 lines

  1. Linux Modem Server - Frequently Asked Questions v1.0
  2.  
  3. Q: Why does every connection come up as CONNECT 2400 in the log?
  4.  
  5. A: Most modems return the connect string before it raises DCD.
  6.    Because Linux Blocks on DCD (Ie, waits for DCD to to come high)
  7.    it will miss the connect string. Some modems (Ie the NetComm's and
  8.    Avtek modems, in later firmware revisions had a command switch
  9.    that would make the modem return the connect string after is raises
  10.    DCD. Your modem may have a similar switch. There is another way to make
  11.    it work, but it's messy as it requires you to have an RS232 patch
  12.    box, or to hack up your cable. Basically, you unhook the DCD line on the
  13.    cable, and hook the DSR line across there instead.. This should work
  14.    for most modems, as the Hayes Spec states, that DSR must come high
  15.    before the connect message (And indeed, this is the behavoir of Hayes
  16.    modems).
  17.  
  18. Q: People log in, I see the connect message in the log, but then they just
  19.    get garbage.
  20.  
  21. A: No doubt, you either have a Locked modem without the 'LOCKED' setting,
  22.    or you have a 'Variable Speed' modem, WITH the 'LOCKED' setting.
  23.    If your modem can stay at the same speed, even after connection
  24.    regardless of the connect speed, you should set the 'LOCKED' setting
  25.    in that modems configuration line. 
  26.    Most intellegent modems have this option.
  27.    Most older 2400 modems don't, and thus you cannot set the 'LOCKED' option.
  28.  
  29. Q: Why should I set AT&D3 ?
  30.  
  31. A: Because MDM has no way of knowing when a client program (who has temporarily
  32.    taken over the line), has exited. But.. one thing definately happens, and
  33.    that is the DTR line is toggled. AT&D3 sets the option to reload the 
  34.    stored defaults (like an ATZ) when DTR is toggled. That way, the modem
  35.    is restored back to the state where MDM had control of the modem before
  36.    the client took over (Ie UUCP/XC/SEYON/Minicom etc)
  37.  
  38.  
  39.